body.hack,
html.hack {
    width: 100%;
    height: 100%;
    overflow: hidden
}

#caidan,
.xslanguage {
    display: none
}

@font-face {
    font-family: "SourceHanSansCN-Normal";
    src: url("../fonts/SourceHanSansCN-Normal.woff2") format("woff2"), url("../fonts/SourceHanSansCN-Normal.woff") format("woff"), url("../fonts/SourceHanSansCN-Normal.ttf") format("truetype"), url("../fonts/SourceHanSansCN-Normal.eot") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("../fonts/SourceHanSansCN-Regular.woff2") format("woff2"), url("../fonts/SourceHanSansCN-Regular.woff") format("woff"), url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"), url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SourceHanSansCN-Light";
    src: url("../fonts/SourceHanSansCN-Light.woff2") format("woff2"), url("../fonts/SourceHanSansCN-Light.woff") format("woff"), url("../fonts/SourceHanSansCN-Light.ttf") format("truetype"), url("../fonts/SourceHanSansCN-Light.eot") format("embedded-opentype"), url("../fonts/SourceHanSansCN-Light.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SourceHanSansCN-Medium";
    src: url("../fonts/SourceHanSansCN-Medium.woff2") format("woff2"), url("../fonts/SourceHanSansCN-Medium.woff") format("woff"), url("../fonts/SourceHanSansCN-Medium.ttf") format("truetype"), url("../fonts/SourceHanSansCN-Medium.eot") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "FZHTFW--GB1-0";
    src: url("../fonts/FZHTFW--GB1-0.woff2") format("woff2"), url("../fonts/FZHTFW--GB1-0.woff") format("woff"), url("../fonts/FZHTFW--GB1-0.ttf") format("truetype"), url("../fonts/FZHTFW--GB1-0.eot") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.hoverimg {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.hoverimg>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s;
    transition: .3s
}

.hoverimg:hover>img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.con1200 {
    width: 1200px;
    margin: 0 auto
}

.header_top {
    width: 100%;
    background: #446ec7
}

.header_top .heder_top_con {
    height: 52px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.header_top .sname {
    font-family: SourceHanSansCN-Regular;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    color: #ffffff
}

.header_top #current_time {
    font-family: SourceHanSansCN-Normal;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff
}

.header_main {
    width: 100%
}

.header_main .con1200 {
    height: 80px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center
}

.header_main .con1200 .header_nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.header_main .con1200 ul.main_ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 80px
}

.header_main .con1200 ul.main_ul>li {
    position: relative;
    height: 80px;
    line-height: 80px;
    width: 115px;
    text-align: center;
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    color: #333333
}

.header_main .con1200 ul.main_ul>li:hover .sec_nav {
    display: block
}

.header_main .con1200 ul.main_ul>li>a {
    display: block
}

.header_main .con1200 ul.main_ul>li:hover {
    background-color: #ecf2ff;
    font-family: SourceHanSansCN-Normal;
    font-weight: bold;
    color: #446ec7
}

.header_main .con1200 ul.main_ul>li:hover:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: -webkit-gradient(linear, right top, left top, from(#4979de), to(#78a3ff)), -webkit-gradient(linear, left top, left bottom, from(#446ec7), to(#446ec7));
    background-image: linear-gradient(-90deg, #4979de 0%, #78a3ff 100%), linear-gradient(#446ec7, #446ec7);
    background-blend-mode: normal, normal
}

.header_main .con1200 ul.main_ul>li.active {
    background-color: #ecf2ff
}

.header_main .con1200 ul.main_ul>li.active>a {
    font-family: SourceHanSansCN-Normal;
    font-weight: bold;
    color: #446ec7
}

.header_main .con1200 ul.main_ul>li.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: -webkit-gradient(linear, right top, left top, from(#4979de), to(#78a3ff)), -webkit-gradient(linear, left top, left bottom, from(#446ec7), to(#446ec7));
    background-image: linear-gradient(-90deg, #4979de 0%, #78a3ff 100%), linear-gradient(#446ec7, #446ec7);
    background-blend-mode: normal, normal
}

.header_main .con1200 .sec_nav {
    display: none;
    font-family: "Microsoft YaHei";
    position: relative;
    z-index: 99999;
    background-color: #fff;
    box-shadow: 0px 12px 20px 0px rgba(68, 110, 199, 0.15);
    font-weight: normal
}

.header_main .con1200 .sec_nav a {
    font-weight: normal;
    font-family: "Microsoft YaHei";
    display: block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #333333
}

.header_main .con1200 .sec_nav a:hover {
    background-color: #ecf2ff
}

.header_main .con1200 .language {
    margin-left: 35px;
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    color: #333333
}

.header_main .con1200 .language a.active {
    color: #446ec7
}

.swipers .swiper-slide img {
    width: 100%
}

.footer .footer_top {
    padding: 70px 0 55px;
    width: 100%;
    background: #363636
}

.footer .footer_top .con1200 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.footer .footer_top .footer_nav {
    display: -webkit-box;
    display: flex
}

.footer .footer_top .wechat {
    width: 123px
}

.footer .footer_top .wechat img {
    width: 100%;
    height: 123px
}

.footer .footer_top .wechat p {
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    opacity: 0.8;
    margin-top: 13px
}

.footer .footer_top dl {
    padding: 0 50px
}

.footer .footer_top dl:nth-child(1) {
    padding-left: 0
}

.footer .footer_top dl:not(:first-child) {
    border-left: 1px solid #545454
}

.footer .footer_top dt {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #ffffff;
    opacity: 0.7;
    margin-bottom: 20px
}

.footer .footer_top dd {
    font-family: SourceHanSansCN-Regular;
    font-size: 12px;
    line-height: 26px;
    color: #ffffff;
    opacity: 0.6
}

.footer .footer_bot {
    background-color: #272727
}

.footer .footer_bot .con1200 {
    height: 44px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.5
}

.breadcrumbs {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(200, 200, 200, 0.35)
}

.breadcrumbs .con1200 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    height: 60px
}

.breadcrumbs .breadcrumbs_left {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    color: #666666
}

.breadcrumbs .breadcrumbs_left i {
    width: 12px;
    height: 15px;
    display: inline-block;
    background: url(../images/home.png) no-repeat center/100% 100%;
    margin-right: 10px
}

.breadcrumbs .crumbs_nav {
    display: -webkit-box;
    display: flex;
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    height: 60px;
    -webkit-box-align: center;
    align-items: center;
    color: #666666
}

.breadcrumbs .crumbs_nav a {
    position: relative;
    line-height: 60px
}

.breadcrumbs .crumbs_nav a.active {
    color: #446ec7
}

.breadcrumbs .crumbs_nav a.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 27px;
    height: 3px;
    background-image: -webkit-gradient(linear, right top, left top, from(#4979de), to(#78a3ff)), -webkit-gradient(linear, left top, left bottom, from(#446ec7), to(#446ec7));
    background-image: linear-gradient(-90deg, #4979de 0%, #78a3ff 100%), linear-gradient(#446ec7, #446ec7);
    background-blend-mode: normal, normal
}

.breadcrumbs .crumbs_nav a:not(:last-child) {
    margin-right: 70px
}

.public_title {
    text-align: center
}

.public_title h2 {
    font-family: SourceHanSansCN-Bold;
    font-size: 34px;
    line-height: 34px;
    font-weight: bold;
    color: #333
}

.public_title h2 span {
    color: #446ec7
}

.public_title p {
    font-family: SourceHanSansCN-Light;
    font-size: 20px;
    line-height: 20px;
    color: #999999;
    margin-top: 20px
}

.contact_detals {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 40px;
    flex-wrap: wrap
}

.section_contact {
    padding: 80px 0
}

.map_left {
    width: 899px;
    height: 400px;
    border: solid 1px rgba(0, 0, 0, 0.1)
}

.map_left #dituContent {
    width: 100%;
    height: 100%
}

.map_info {
    -webkit-box-flex: 1;
    flex: 1;
    height: 400px;
    background-color: #5d91ff;
    padding: 50px 27px 0
}

.map_info div {
    display: -webkit-box;
    display: flex;
    font-family: SourceHanSansCN-Light;
    font-size: 13px;
    letter-spacing: 1px;
    color: #ffffff;
    line-height: 1.8;
    margin-bottom: 10px
}

.map_info div span {
    display: block
}

.map_info div p {
    -webkit-box-flex: 1;
    flex: 1
}

.map_info img {
    display: block;
    width: 132px;
    height: 132px;
    margin: 20px auto 0
}

.leave_message {
    padding: 80px 0;
    background-color: #ecf0f9
}

.leave_message .form_label {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    color: #666666;
    margin-bottom: 30px;
    margin-top: 40px
}

.leave_message .form_label input {
    width: 380px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 6px;
    border: solid 1px rgba(0, 0, 0, 0.3);
    padding: 0 10px;
    outline: none;
    color: #666666
}

.leave_message textarea {
    width: 100%;
    height: 160px;
    background-color: #ffffff;
    border-radius: 6px;
    border: solid 1px rgba(0, 0, 0, 0.3);
    outline: none;
    color: #666666;
    padding: 10px
}

.leave_message .leave_btn {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 40px
}

.leave_message .leave_btn input {
    width: 260px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-image: -webkit-gradient(linear, right top, left top, from(#4979de), to(#78a3ff)), -webkit-gradient(linear, left top, left bottom, from(#ffd00c), to(#ffd00c));
    background-image: linear-gradient(-90deg, #4979de 0%, #78a3ff 100%), linear-gradient(#ffd00c, #ffd00c);
    background-blend-mode: normal, normal;
    border-radius: 6px;
    font-family: SourceHanSansCN-Medium;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    margin: 0 15px;
    outline: none
}

.talent_concept {
    padding: 80px 0 60px
}

.talent_concept .concept_list {
    margin-top: 40px;
    flex-wrap: wrap;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.talent_concept .concept_list .conpept_item {
    position: relative;
    width: 585px;
    height: 275px
}

.talent_concept .concept_list .conpept_item img {
    width: 100%;
    height: 100%
}

.talent_concept .concept_list .conpept_item .conpept_desc {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 75px 85px 0
}

.talent_concept .concept_list .conpept_item .conpept_desc h3 {
    font-family: SourceHanSansCN-Medium;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 25px
}

.talent_concept .concept_list .conpept_item .conpept_desc p {
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff
}

.salary_benefits {
    background-color: #f4f6fc;
    padding: 60px 0 75px
}

.salary_benefits .salary_ul {
    margin-top: 60px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap
}

.salary_benefits .salary_ul li:hover p {
    color: #446ec7;
    font-family: SourceHanSansCN-Medium
}

.salary_benefits .salary_ul li:hover .sall_img img.op0 {
    opacity: 0
}

.salary_benefits .salary_ul li:hover .sall_img img.op1 {
    opacity: 1
}

.salary_benefits .salary_ul b {
    display: block;
    width: 27px;
    height: 3px;
    background-image: -webkit-gradient(linear, right top, left top, from(#4979de), to(#78a3ff)), -webkit-gradient(linear, left top, left bottom, from(#446ec7), to(#446ec7));
    background-image: linear-gradient(-90deg, #4979de 0%, #78a3ff 100%), linear-gradient(#446ec7, #446ec7);
    background-blend-mode: normal, normal;
    margin: 15px auto
}

.salary_benefits .salary_ul p {
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    line-height: 24px;
    color: #666666
}

.salary_benefits .salary_ul .sall_img {
    position: relative;
    width: 51px;
    height: 49px;
    margin: 0 auto;
    -webkit-transition: .3s;
    transition: .3s
}

.salary_benefits .salary_ul .sall_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.salary_benefits .salary_ul .sall_img img.op0 {
    opacity: 1
}

.salary_benefits .salary_ul .sall_img img.op1 {
    opacity: 0
}

.job_information {
    padding: 60px 0 80px
}

.job_information ul {
    margin-top: 60px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap
}

.job_information ul li {
    border-bottom: 2px solid #cdcdcd;
    width: 380px;
    height: 236px;
    background-color: #ffffff;
    padding: 30px 40px;
    margin-bottom: 30px
}

.job_information ul li.job_last {
    width: 380px;
    height: 0;
    margin: 0;
    padding: 0;
    border: none
}

.job_information ul li:hover h2 {
    font-family: SourceHanSansCN-Bold;
    font-weight: bold;
    color: #446ec7
}

.job_information ul li:hover {
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.11);
    -webkit-border-image: -webkit-linear-gradient(#4979de, #78a3ff) 30 30;
    border-image: -webkit-linear-gradient(#4979de, #78a3ff) 30 30
}

.job_information ul h2 {
    font-family: SourceHanSansCN-Regular;
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    padding-bottom: 18px;
    border-bottom: 1px solid #dedfe0;
    -webkit-transition: .3s;
    transition: .3s
}

.job_information ul .job_div {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 18px 0
}

.job_information ul .job_div p {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 10px;
    height: 25px;
    background-color: #ffffff;
    border-radius: 12px;
    border: solid 1px #999999;
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
    color: #999999
}

.job_information ul .job_div p span {
    line-height: 25px;
    margin-left: 3px
}

.job_information ul .job_descs {
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #999999
}

.job_join {
    padding-bottom: 80px
}

.job_join .con1200 {
    position: relative
}

.job_join .con1200 img {
    width: 100%
}

.job_join .con1200 .job_join_info {
    padding: 80px 0 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.job_join .con1200 h2 {
    font-family: SourceHanSansCN-Bold;
    font-size: 34px;
    line-height: 34px;
    font-weight: bold;
    color: #ffffff;
    text-align: center
}

.job_join .con1200 p {
    font-family: SourceHanSansCN-Light;
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    opacity: 0.5;
    text-align: center;
    margin: 20px 0 38px
}

.job_join .con1200 div {
    font-family: SourceHanSansCN-Light;
    font-size: 20px;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center
}

.join_us_con {
    padding: 80px 0 100px
}

.join_us_con .con1200 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap
}

.join_us_con .join_us_left {
    width: 610px
}

.join_us_con .join_us_left .join_three {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
    color: #333;
    font-family: SourceHanSansCN-Medium;
    margin-top: 30px
}

.join_us_con .join_us_left .join_three i {
    font-style: normal;
    color: #666
}

.join_us_con .join_us_infos {
    margin-top: 38px
}

.join_us_con .join_us_infos p {
    font-family: SourceHanSansCN-Medium;
    font-size: 14px;
    line-height: 30px;
    color: #666
}

.join_us_con .join_us_infos .color47 {
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
    line-height: 30px;
    color: #4770c8;
    margin-top: 45px
}

.join_us_con h2 {
    font-family: SourceHanSansCN-Medium;
    font-size: 20px;
    color: #333333
}

.join_us_con b {
    width: 40px;
    height: 2px;
    background-image: -webkit-gradient(linear, right top, left top, from(#4979de), to(#78a3ff)), -webkit-gradient(linear, left top, left bottom, from(#446ec7), to(#446ec7));
    background-image: linear-gradient(-90deg, #4979de 0%, #78a3ff 100%), linear-gradient(#446ec7, #446ec7);
    background-blend-mode: normal, normal;
    display: block;
    margin-top: 20px
}

.existing_concept {
    padding: 80px 0
}

.existing_concept .existing_con {
    margin-top: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap
}

.existing_concept .existing_con .existing_left {
    width: 570px;
    height: 320px
}

.existing_concept .existing_con .existing_left img {
    width: 100%;
    height: 100%
}

.existing_concept .existing_con .existing_right {
    width: 575px
}

.existing_concept .existing_con .existing_right .exi_top {
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    text-indent: 2
}

.existing_concept .existing_con .existing_right .exi_ul_top {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center
}

.existing_concept .existing_con .existing_right .exi_ul_top h3 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #446ec7
}

.existing_concept .existing_con .existing_right .exi_ul_top sup {
    font-size: 12px;
    line-height: 12px;
    color: #666666;
    margin-left: 10px
}

.existing_concept .existing_con .existing_right .exi_bot {
    margin-top: 60px
}

.existing_concept .existing_con .existing_right .exi_bot ul {
    display: -webkit-box;
    display: flex
}

.existing_concept .existing_con .existing_right .exi_bot ul li {
    -webkit-box-flex: 1;
    flex: 1;
    text-align: center
}

.existing_concept .existing_con .existing_right .exi_bot ul li:not(:last-child) .exi_ul_top {
    border-right: 1px solid #e5e5e5
}

.existing_concept .existing_con .existing_right .exi_bot ul li p {
    font-size: 14px;
    color: #999999;
    margin: 15px 0 8px
}

.existing_concept .existing_con .existing_right .exi_bot ul li h6 {
    font-size: 14px;
    color: #666666
}

.base_content {
    width: 100%;
    background-color: #f3f7ff;
    padding: 80px 0
}

.base_content .base_body {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px
}

.base_content .base_left {
    width: 565px;
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    padding-top: 25px
}

.base_content .base_left p {
    text-indent: 2rem;
    text-align: justify;
}

.base_content .base_right {
    width: 570px;
    height: 320px;
    background-color: #446ec7
}

.base_content .base_right img {
    width: 100%;
    height: 100%
}

.staff_ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px
}

.staff_ul li {
    width: 380px;
    border-bottom: 1px solid #cdcdcd;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 40px;
    padding: 0 0 30px 0
}

.staff_ul li:hover {
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.11);
    -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#4979de), to(#78a3ff)) 30 30;
    -webkit-border-image: linear-gradient(#4979de, #78a3ff) 30 30;
    -o-border-image: linear-gradient(#4979de, #78a3ff) 30 30;
    border-image: -webkit-gradient(linear, left top, left bottom, from(#4979de), to(#78a3ff)) 30 30;
    border-image: linear-gradient(#4979de, #78a3ff) 30 30
}

.staff_ul li:hover h2 {
    color: #446ec7
}

.staff_ul li.staff_last {
    width: 380px;
    height: 0;
    margin: 0;
    padding: 0;
    border: none
}

.staff_ul li .staff_img {
    width: 100%;
    height: 200px
}

.staff_ul li h2 {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    text-align: center;
    margin: 30px 0 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.staff_ul li span {
    text-align: center;
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #999999;
    display: block;
    margin-bottom: 18px
}

.staff_ul li p {
    position: relative;
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    display: inline-block;
    padding: 0 20px
}

.staff_ul li p i {
    font-style: normal;
    color: #446ec7
}

#pagesize {
    margin-top: 20px
}

#pagesize ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

#pagesize ul li {
    margin: 0 5px
}

#pagesize ul li a {
    display: block;
    width: 40px;
    height: 40px;
    background: #e6e6e6;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px
}

#pagesize ul li a.active {
    background-image: -webkit-gradient(linear, right top, left top, from(#4979de), to(#78a3ff)), -webkit-gradient(linear, left top, left bottom, from(#004ea1), to(#004ea1));
    background-image: linear-gradient(-90deg, #4979de 0%, #78a3ff 100%), linear-gradient(#004ea1, #004ea1);
    background-blend-mode: normal, normal
}

.staff_detail {
    padding: 80px 0
}

.staff_detail .staff_h2 {
    font-family: SourceHanSansCN-Medium;
    font-size: 20px;
    color: #666666;
    text-align: center;
    margin-bottom: 20px
}

.staff_detail .staff_date {
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    letter-spacing: 1px;
    color: #666666;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee
}

.staff_detail .staff_bodys {
    padding-top: 30px;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #666666
}

.staff_detail .staff_bodys img {
    max-width: 100%;
    margin: 0 auto;
}

.news_content {
    padding: 60px 0 100px
}

.news_content .news_uls {
    margin-top: 10px;
    margin-bottom: 46px
}

.news_content .news_uls li {
    padding-top: 30px
}

.news_content .news_uls li:hover .news_b_r {
    background-image: -webkit-gradient(linear, right top, left top, from(#4979de), to(#78a3ff)), -webkit-gradient(linear, left top, left bottom, from(#446ec7), to(#446ec7));
    background-image: linear-gradient(-90deg, #4979de 0%, #78a3ff 100%), linear-gradient(#446ec7, #446ec7);
    background-blend-mode: normal, normal;
    color: #fff
}

.news_content .news_uls li:hover .news_b_l h2 {
    color: #446ec7
}

.news_content .news_uls li:hover .news_b_l span {
    color: #446ec7
}

.news_content .news_uls li a {
    display: -webkit-box;
    display: flex
}

.news_content .news_uls .news_pic {
    width: 350px;
    height: 164px
}

.news_content .news_body {
    -webkit-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 15px
}

.news_content .news_b_r {
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #446ec7;
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(-90deg, #4979de 0%, #78a3ff 100%);
    border-image-slice: 1
}

.news_content .news_b_l {
    width: 600px;
    font-family: SourceHanSansCN-Light;
    font-size: 12px;
    color: #999999;
    margin-left: 20px
}

.news_content .news_b_l h2 {
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333333
}

.news_content .news_b_l p {
    line-height: 24px;
    color: #999999;
    margin: 21px 0 29px
}

.news_content .news_b_l span {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #666666
}

.message_leave {
    padding: 0 0 80px
}

.message_leave .form_leave form {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.message_leave .form_label {
    width: 480px
}

.message_leave .form_label input {
    display: block;
    margin-bottom: 30px;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    border-radius: 6px;
    border: solid 1px rgba(0, 0, 0, 0.3);
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    color: #666666;
    padding: 0 10px;
    outline: none
}

.message_leave .form_label input:last-child {
    margin-bottom: 0
}

.message_leave .leaves_btns {
    width: 680px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end
}

.message_leave .leaves_btns textarea {
    outline: none;
    width: 100%;
    height: 200px;
    display: block;
    border-radius: 6px;
    border: solid 1px rgba(0, 0, 0, 0.3);
    padding: 10px;
    color: #666;
    margin-bottom: 35px
}

.message_leave .leaves_btns input {
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-family: SourceHanSansCN-Medium;
    background-image: -webkit-gradient(linear, right top, left top, from(#4979de), to(#78a3ff)), -webkit-gradient(linear, left top, left bottom, from(#ffd00c), to(#ffd00c));
    background-image: linear-gradient(-90deg, #4979de 0%, #78a3ff 100%), linear-gradient(#ffd00c, #ffd00c);
    background-blend-mode: normal, normal;
    border-radius: 6px;
    outline: none
}

.message_leave .leaves_btns input:last-child {
    margin-left: 27px
}

.server_contents {
    margin-top: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap
}

.server_contents .server_left {
    width: 580px;
    height: 530px;
    border: solid 1px rgba(2, 2, 2, 0.2)
}

.server_contents .server_left img {
    width: 100%;
    height: 100%
}

.server_contents .server_right {
    -webkit-box-flex: 1;
    flex: 1;
    margin-left: 52px
}

.server_contents .server_right ul {
    border-left: 2px solid #446ec7;
    padding-left: 24px
}

.server_contents .server_right ul li {
    position: relative
}

.server_contents .server_right ul li:not(:last-child) {
    margin-bottom: 20px
}

.server_contents .server_right ul li:hover .nums {
    color: #fff;
    border-color: #4979de;
    background-color: #4979de
}

.server_contents .server_right ul li:hover .server_item {
    background-image: -webkit-gradient(linear, right top, left top, from(#4979de), to(#78a3ff)), -webkit-gradient(linear, left top, left bottom, from(#446ec7), to(#446ec7));
    background-image: linear-gradient(-90deg, #4979de 0%, #78a3ff 100%), linear-gradient(#446ec7, #446ec7);
    background-blend-mode: normal, normal;
    color: #fff
}

.server_contents .server_right ul .nums {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: -40px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #ffffff;
    border: solid 2px #446ec7;
    font-family: SourceHanSansCN-Bold;
    font-size: 14px;
    font-weight: bold;
    color: #446ec7;
    border-radius: 100%
}

.server_contents .server_right ul .nums::after {
    content: "";
    width: 11px;
    height: 1px;
    background-color: #446ec7;
    position: absolute;
    right: -12px;
    top: 50%
}

.server_contents .server_right ul .server_item {
    width: 528px;
    background-color: #ffffff;
    border: solid 1px #446ec7;
    padding: 13px 20px;
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
    line-height: 26px;
    color: #333333
}

.equipment_ul ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -23px
}

.equipment_ul li {
    width: 580px;
    margin-top: 60px
}

.equipment_ul li .equi_img {
    width: 100%;
    height: 450px;
    background-color: #ffffff;
    border: solid 1px rgba(2, 2, 2, 0.2);
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 17px
}

.equipment_ul li .equi_img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.equipment_ul li .equi_list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.equipment_ul li .equi_list:not(:last-child) {
    border-bottom: 1px solid #fff
}

.equipment_ul li .equi_list span {
    display: block;
    width: 190px;
    height: 44px;
    line-height: 44px;
    padding: 0 30px;
    background-color: #d1e0ff;
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    color: #333333;
    border-right: 1px solid #fff
}

.equipment_ul li .equi_list p {
    -webkit-box-flex: 1;
    flex: 1;
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    line-height: 44px;
    color: #333333;
    height: 44px;
    background-color: #e7efff;
    padding: 0 30px
}

.app_content {
    padding: 60px 0 100px;
    background: url(../images/app_bg.png) no-repeat top center/100% 100%
}

.app_content .apptable {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 40px 0
}

.app_content .apptable a {
    display: block;
    width: 250px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(-90deg, #4979de 0%, #78a3ff 100%);
    border-image-slice: 1;
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #446ec7
}

.app_content .apptable a.active {
    background-image: -webkit-gradient(linear, right top, left top, from(#4979de), to(#78a3ff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(-90deg, #4979de 0%, #78a3ff 100%), linear-gradient(#fff, #fff);
    background-blend-mode: normal, normal;
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(-90deg, #4979de 0%, #78a3ff 100%);
    border-image-slice: 1;
    color: #fff
}

.app_content .label1,
.app_content .label6,
.app_content .label7,
.app_content .label8 {
    margin-bottom: 40px
}

.app_content .label1 p,
.app_content .label6 p,
.app_content .label7 p,
.app_content .label8 p {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 18px;
    color: #446ec7
}

.app_content .label1 input,
.app_content .label6 input,
.app_content .label7 input,
.app_content .label8 input {
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    border: solid 1px rgba(35, 24, 21, 0.1);
    padding: 0 20px
}

.app_content .label2 p {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 18px;
    color: #446ec7
}

.app_content .label2 .phase {
    display: -webkit-box;
    display: flex
}

.app_content .label2 .phase span {
    display: block;
    width: 104px;
    height: 40px;
    background-color: #ffffff;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    border: solid 1px rgba(35, 24, 21, 0.1);
    color: #333333;
    border-radius: 6px;
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    cursor: pointer
}

.app_content .label2 .phase span.active {
    color: #fff;
    background-image: -webkit-gradient(linear, right top, left top, from(#4979de), to(#78a3ff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(-90deg, #4979de 0%, #78a3ff 100%), linear-gradient(#fff, #fff);
    background-blend-mode: normal, normal;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.08);
    -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#4979de), to(#78a3ff)) 30 30;
    -webkit-border-image: linear-gradient(#4979de, #78a3ff) 30 30;
    -o-border-image: linear-gradient(#4979de, #78a3ff) 30 30;
    border-image: -webkit-gradient(linear, left top, left bottom, from(#4979de), to(#78a3ff)) 30 30;
    border-image: linear-gradient(#4979de, #78a3ff) 30 30
}

.app_content .label2 .phase span:not(:last-child) {
    margin-right: 12px
}

.app_content .label3 {
    margin-top: 40px
}

.app_content .label3 p {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 18px;
    color: #446ec7
}

.app_content .label3 .princ {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.app_content .label3 .princ span {
    display: block;
    height: 40px;
    padding: 0 20px;
    background-color: #ffffff;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    border: solid 1px rgba(35, 24, 21, 0.1);
    color: #333333;
    border-radius: 6px;
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    cursor: pointer
}

.app_content .label3 .princ span.active {
    color: #fff;
    background-image: -webkit-gradient(linear, right top, left top, from(#4979de), to(#78a3ff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(-90deg, #4979de 0%, #78a3ff 100%), linear-gradient(#fff, #fff);
    background-blend-mode: normal, normal;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.08);
    -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#4979de), to(#78a3ff)) 30 30;
    -webkit-border-image: linear-gradient(#4979de, #78a3ff) 30 30;
    -o-border-image: linear-gradient(#4979de, #78a3ff) 30 30;
    border-image: -webkit-gradient(linear, left top, left bottom, from(#4979de), to(#78a3ff)) 30 30;
    border-image: linear-gradient(#4979de, #78a3ff) 30 30
}

.app_content .label3 .princ span:not(:last-child) {
    margin-right: 12px
}

.app_content .label3 textarea {
    display: none;
    margin-top: 20px;
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    border: solid 1px rgba(35, 24, 21, 0.1);
    padding: 10px
}

.app_content .label3 textarea.active {
    display: block
}

.app_content .label4,
.app_content .label5 {
    margin-bottom: 40px;
    margin-top: 40px
}

.app_content .label4 p,
.app_content .label5 p {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 18px;
    color: #446ec7
}

.app_content .label4 textarea,
.app_content .label5 textarea {
    width: 100%;
    height: 200px;
    background-color: #ffffff;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    border: solid 1px rgba(35, 24, 21, 0.1);
    padding: 20px
}

.app_content .label9 button {
    width: 260px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-image: -webkit-gradient(linear, right top, left top, from(#4979de), to(#78a3ff)), -webkit-gradient(linear, left top, left bottom, from(#ffd00c), to(#ffd00c));
    background-image: linear-gradient(-90deg, #4979de 0%, #78a3ff 100%), linear-gradient(#ffd00c, #ffd00c);
    background-blend-mode: normal, normal;
    border-radius: 6px;
    font-family: SourceHanSansCN-Medium;
    font-size: 18px;
    color: #ffffff;
    outline: none;
    cursor: pointer
}

.test_platform .test_platform_item {
    position: relative;
    margin-top: 50px
}

.test_platform .test_platform_img {
    position: absolute;
    width: 450px;
    height: 300px
}

.test_platform .test_platform_img img {
    width: 100%;
    height: 100%
}

.test_platform .test_platform_item:nth-child(2n+1) {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end
}

.test_platform .test_platform_item:nth-child(2n+1) .test_platform_img {
    top: 0;
    left: 0
}

.test_platform .test_platform_item:nth-child(2n) {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.test_platform .test_platform_item:nth-child(2n) .test_platform_img {
    top: 0;
    right: 0
}

.test_platform .test_platform_item:nth-child(2n) .platform_head {
    padding-right: calc(100% - 710px);
    padding-left: 30px
}

.test_platform .test_platform_item:nth-child(2n) .platform_cons {
    padding-right: calc(100% - 710px);
    padding-left: 30px;
    padding-bottom: 65px
}

.test_platform .platform_head h2 {
    font-family: SourceHanSansCN-Bold;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    color: #333333
}

.test_platform .platform_head a {
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
    color: #446ec7;
    width: 100px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 17px;
    border: solid 1px #446ec7
}

.test_platform .test_platform_desc {
    margin-top: 40px;
    font-family: SourceHanSansCN-Light;
    font-size: 13px;
    line-height: 30px;
    color: #666666;
    letter-spacing: 0;
    text-indent: 2rem
}

.test_platform .platform_head {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding-left: calc(100% - 710px);
    margin-bottom: 17px;
    padding-right: 30px
}

.test_platform .test_platform_body {
    width: 1130px
}

.test_platform .platform_cons {
    width: 100%;
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 6px 7px 20px 0px rgba(0, 0, 0, 0.06);
    border: solid 1px #e5e5e5;
    padding-left: calc(100% - 710px)
}

.test_platform .platform_cons h3 {
    font-family: SourceHanSansCN-Bold;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #446ec7;
    margin-bottom: 25px
}

.test_platform .platform_cons p {
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    text-indent: 2rem
}

.honor_ul ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
    margin-top: 40px
}

.honor_ul ul li {
    position: relative;
    width: 385px;
    height: 300px;
    overflow: hidden;
    background-color: #f4f6fc;
    padding: 30px 33px;
    text-align: center;
    margin-bottom: 20px
}

.honor_ul ul li .honor_img {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.honor_ul ul li .honor_title {
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-top: 15px
}

.honor_ul ul li.honor_last {
    width: 385px;
    height: 0;
    margin: 0;
    padding: 0
}

.honor_ul ul li .honor_mask {
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: rgba(68, 110, 199, 0.7);
    font-family: SourceHanSansCN-Bold;
    font-size: 24px;
    color: #ffffff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0 33px;
    -webkit-transition: .3s;
    transition: .3s
}

.honor_ul ul li:hover .honor_mask {
    bottom: 0
}

.phi_ul ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -30px
}

.phi_ul ul li {
    width: 380px;
    margin-top: 70px
}

.phi_ul ul li .phi_img {
    width: 100%;
    height: 220px
}

.phi_ul ul li .phi_img img {
    width: 100%;
    height: 100%
}

.phi_ul ul li h2 {
    font-family: SourceHanSansCN-Regular;
    font-size: 20px;
    color: #333333;
    text-align: center;
    margin: 18px 0 12px
}

.phi_ul ul li p {
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    text-align: center;
    padding: 0 40px
}

.exh_ul ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px
}

.exh_ul ul li {
    width: 380px;
    text-align: center;
    margin-bottom: 30px;
    -webkit-transition: .3s;
    transition: .3s
}

.exh_ul ul li.exh_last {
    width: 380px;
    height: 0;
    margin: 0;
    padding: 0
}

.exh_ul ul li:hover {
    background-color: #ffffff;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.11)
}

.exh_ul ul li:hover h2::after {
    background-image: -webkit-gradient(linear, right top, left top, from(#4979de), to(#78a3ff)), -webkit-gradient(linear, left top, left bottom, from(#446ec7), to(#446ec7));
    background-image: linear-gradient(-90deg, #4979de 0%, #78a3ff 100%), linear-gradient(#446ec7, #446ec7);
    background-blend-mode: normal, normal
}

.exh_ul ul li .exh_body {
    padding: 20px 0 35px
}

.exh_ul ul li .exh_img {
    width: 100%;
    height: 250px
}

.exh_ul ul li .exh_img img {
    width: 100%;
    height: 100%
}

.exh_ul ul li h2 {
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    line-height: 16px;
    color: #666666;
    position: relative
}

.exh_ul ul li h2::after {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: -15px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .3s;
    transition: .3s
}

.ap_process ul {
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap
}

.ap_process ul li {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1;
    height: 360px;
    background-color: #ffffff;
    border: solid 1px transparent;
    padding-top: 50px;
    z-index: 1;
    overflow: hidden
}

.ap_process ul li:hover {
    box-shadow: 0px 0px 14px 0px rgba(5, 5, 5, 0.06);
    border: solid 1px #446ec7
}

.ap_process ul li:hover .process_desc h6 {
    color: #446ec7
}

.ap_process ul li:hover .process_desc::after {
    background-color: #446ec7;
    background-image: none
}

.ap_process ul li:hover .process_num {
    opacity: 1
}

.ap_process ul li:hover p {
    opacity: 1
}

.ap_process ul li:hover .process_img img.op0 {
    opacity: 0
}

.ap_process ul li:hover .process_img img.op1 {
    opacity: 1
}

.ap_process ul .process_desc {
    position: relative;
    margin-top: 26px;
    padding-top: 40px;
    padding: 40px 46px 0
}

.ap_process ul .process_desc::after {
    content: "";
    width: 30px;
    height: 2px;
    background-image: -webkit-gradient(linear, right top, left top, from(#777), to(silver)), -webkit-gradient(linear, left top, left bottom, from(#446ec7), to(#446ec7));
    background-image: linear-gradient(-90deg, #777 0%, silver 100%), linear-gradient(#446ec7, #446ec7);
    background-blend-mode: normal, normal;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ap_process ul .process_num {
    position: absolute;
    left: -15px;
    bottom: -35px;
    font-family: FZHTFW--GB1-0;
    font-size: 200px;
    line-height: 200px;
    font-style: normal;
    color: #f1f5ff;
    z-index: -1;
    opacity: 0
}

.ap_process ul .process_img {
    position: relative;
    width: 43px;
    height: 45px;
    margin: 0 auto
}

.ap_process ul .process_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ap_process ul .process_img img.op1 {
    opacity: 0
}

.ap_process ul h6 {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    line-height: 2;
    color: #333333;
    text-align: center
}

.ap_process ul p {
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
    line-height: 32px;
    color: #666666;
    opacity: 0
}

@media (min-width:1200px) and (max-width:1366px) {
    .app_content .label3 .princ span {
        font-size: 14px;
        padding: 0 14px
    }

    .con1200 {
        width: 1170px
    }

    .talent_concept .concept_list .conpept_item {
        width: 575px
    }

    .message_leave .leaves_btns {
        width: 640px
    }

    .server_contents .server_left {
        width: 550px
    }

    .test_platform .platform_cons,
    .test_platform .platform_head {
        padding-left: calc(100% - 680px)
    }

    .test_platform .test_platform_item:nth-child(2n) .platform_cons,
    .test_platform .test_platform_item:nth-child(2n) .platform_head {
        padding-right: calc(100% - 680px)
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .con1200 {
        width: 970px
    }

    .header_main .con1200 ul.main_ul>li {
        width: 88px;
        font-size: 14px
    }

    .header_main .con1200 .language {
        font-size: 14px
    }

    .footer .footer_top dl {
        padding: 0 35px
    }

    .section_contact,
    .leave_message {
        padding: 60px 0
    }

    .map_left {
        width: 635px
    }

    .leave_message .form_label input {
        width: 32%
    }

    .talent_concept .concept_list .conpept_item {
        width: 49%
    }

    .job_information ul li {
        width: 48%
    }

    .job_information ul li.job_last {
        width: 48%
    }

    .join_us_con .join_us_left {
        width: 480px
    }

    .existing_concept .existing_con .existing_left {
        width: 390px
    }

    .existing_concept .existing_con .existing_right {
        width: 510px
    }

    .base_content .base_left {
        width: 460px
    }

    .base_content .base_right {
        width: 500px
    }

    .staff_ul li {
        width: 32%
    }

    .staff_ul li.staff_last {
        width: 32%
    }

    .news_content .news_uls li:last-child .news_body {
        padding-bottom: 0;
        border: none
    }

    .news_content .news_b_l {
        width: 420px
    }

    .news_content .news_b_l p {
        margin: 10px 0
    }

    .message_leave .leaves_btns {
        width: 590px
    }

    .message_leave .form_label {
        width: 340px
    }

    .server_contents .server_left {
        width: 48%
    }

    .server_contents .server_right {
        -webkit-box-flex: unset;
        flex: unset;
        width: 48%;
        margin-left: 0
    }

    .server_contents .server_right ul .server_item {
        width: 100%
    }

    .equipment_ul li {
        width: 49%
    }

    .app_content .label3 {
        clear: both
    }

    .app_content .label3 .princ {
        display: block
    }

    .app_content .label3 .princ span {
        float: left;
        margin-bottom: 8px
    }

    .test_platform .test_platform_img {
        width: 400px;
        height: 300px
    }

    .test_platform .platform_cons,
    .test_platform .platform_head {
        padding-left: calc(100% - 540px)
    }

    .test_platform .test_platform_item:nth-child(2n) .platform_cons,
    .test_platform .test_platform_item:nth-child(2n) .platform_head {
        padding-right: calc(100% - 540px)
    }

    .honor_ul ul li {
        width: 32%;
        padding: 25px
    }

    .honor_ul ul li.honor_last {
        width: 32%
    }

    .honor_ul ul li img {
        width: 90%;
        height: 200px;
        -o-object-fit: contain;
        object-fit: contain
    }

    .honor_ul ul li .honor_title {
        font-size: 14px
    }

    .honor_ul ul li .honor_mask {
        font-size: 20px
    }

    .phi_ul ul li {
        width: 32%
    }

    .phi_ul ul li p {
        font-size: 14px
    }

    .exh_ul ul li {
        width: 32%
    }

    .exh_ul ul li.exh_last {
        width: 32%
    }

    .ap_process ul li {
        -webkit-box-flex: 0;
        flex: 0 0 33.33%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .con1200 {
        width: 750px
    }

    .news_content {
        padding: 8vw 0
    }

    .map_left {
        width: 390px
    }

    .section_contact,
    .leave_message {
        padding: 60px 0
    }

    .talent_concept {
        padding: 60px 0
    }

    .leave_message .form_label input {
        width: 32%
    }

    .talent_concept .concept_list .conpept_item {
        width: 100%;
        margin-bottom: 20px
    }

    .job_information ul li {
        width: 48%
    }

    .job_information ul li.job_last {
        width: 48%
    }

    .join_us_con .join_us_left {
        width: 100%
    }

    .join_us_con .join_us_right {
        display: none
    }

    .join_us_con {
        padding: 8vw 0
    }

    .existing_concept {
        padding: 60px 0 20px
    }

    .existing_concept .existing_con .existing_right {
        width: 370px
    }

    .existing_concept .existing_con .existing_right .exi_top {
        font-size-adjust: 14px;
        line-height: 2
    }

    .existing_concept .existing_con .existing_right .exi_bot {
        margin-top: 25px
    }

    .existing_concept .existing_con .existing_left {
        width: 370px
    }

    .existing_concept .existing_con .existing_left img {
        height: auto
    }

    .base_content {
        padding: 60px 0
    }

    .base_content .base_left {
        width: 350px;
        font-size-adjust: 14px;
        line-height: 30px
    }

    .base_content .base_right {
        width: 380px
    }

    .staff_ul li {
        width: 49%
    }

    .staff_ul li.staff_last {
        width: 49%
    }

    .staff_detail {
        padding: 60px 0
    }

    .message_leave .form_leave form {
        display: block
    }

    .message_leave .leaves_btns {
        width: 100%;
        margin-top: 30px
    }

    .message_leave .leaves_btns .leave_btn {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center
    }

    .message_leave .form_label {
        width: 100%
    }

    .server_contents .server_left {
        width: 100%
    }

    .server_contents .server_right {
        -webkit-box-flex: unset;
        flex: unset;
        width: 100%;
        margin-left: 24px;
        margin-top: 25px
    }

    .server_contents .server_right ul .server_item {
        width: 100%
    }

    .equipment_ul ul {
        margin-top: 0
    }

    .equipment_ul li {
        width: 48.5%;
        margin-top: 40px
    }

    .equipment_ul li .equi_list span {
        width: 160px
    }

    .equipment_ul li .equi_img {
        height: 300px
    }

    .equipment_ul li .equi_img img {
        max-height: 250px
    }

    .app_content .label3 {
        clear: both
    }

    .app_content .label3 .princ {
        display: block
    }

    .app_content .label3 .princ span {
        float: left;
        margin-bottom: 8px
    }

    .footer .footer_top {
        padding: 5vw 0
    }

    .footer .footer_top .wechat {
        margin: 4vw auto 0
    }

    .footer .footer_top .con1200 {
        display: block
    }

    .footer .footer_top .con1200 .footer_nav {
        width: 100%;
        display: block
    }

    .footer .footer_top .con1200 .footer_nav dl {
        padding: 0;
        border: none !important;
        margin-top: -1px
    }

    .footer .footer_top .con1200 .footer_nav dl.active dt::after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .footer .footer_top .con1200 .footer_nav dl dt {
        position: relative;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        border-top: 1px solid #eee;
        margin-bottom: 0
    }

    .footer .footer_top .con1200 .footer_nav dl dt.border {
        border-bottom: 1px solid #eee
    }

    .footer .footer_top .con1200 .footer_nav dl dt::after {
        -webkit-transition: .3s;
        transition: .3s;
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -5px;
        width: 7px;
        height: 11px;
        background: url(../images/nenu_arr.png) no-repeat center/100% 100%
    }

    .footer .footer_top .con1200 .footer_nav dl>div {
        padding: 10px 0;
        display: none
    }

    .test_platform .test_platform_img {
        width: 300px;
        height: 200px
    }

    .test_platform .platform_cons,
    .test_platform .platform_head {
        padding-left: calc(100% - 430px)
    }

    .test_platform .test_platform_item:nth-child(2n) .platform_cons,
    .test_platform .test_platform_item:nth-child(2n) .platform_head {
        padding-right: calc(100% - 430px)
    }

    .honor_ul ul li {
        width: 49%;
        padding: 25px
    }

    .honor_ul ul li.honor_last {
        width: 49%
    }

    .honor_ul ul li img {
        width: 90%;
        height: 200px;
        -o-object-fit: contain;
        object-fit: contain
    }

    .honor_ul ul li .honor_title {
        font-size: 14px
    }

    .honor_ul ul li .honor_mask {
        font-size: 20px
    }

    .phi_ul ul li {
        width: 32%
    }

    .phi_ul ul li h2 {
        font-size: 14px
    }

    .phi_ul ul li .phi_img {
        height: 150px
    }

    .phi_ul ul li p {
        font-size: 12px;
        padding: 0 10px
    }

    .exh_ul ul li {
        width: 48%
    }

    .exh_ul ul li.exh_last {
        width: 48%
    }

    .header_top,
    .language {
        display: none
    }

    .xslanguage {
        position: absolute;
        right: 65px;
        font-size: 14px;
        font-family: SourceHanSansCN-Normal;
        color: #333333;
        position: absolute;
        height: 55px;
        line-height: 55px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    #caidan {
        display: block;
        height: 30px;
        width: 30px;
        background: url(../images/caidan.png) no-repeat center/100% 100%
    }

    .header_main {
        position: relative
    }

    .header_main .con1200 {
        height: 55px;
        width: 95%
    }

    .header_main .con1200 .logo {
        height: 45px
    }

    .header_main .con1200 .logo img {
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

    .header_main .con1200 .header_nav {
        background-color: #fff;
        display: none;
        position: absolute;
        top: 55px;
        left: 0;
        width: 100%;
        height: calc(100vh - 55px);
        z-index: 99999
    }

    .header_main .con1200 .header_nav .main_ul {
        display: block;
        height: auto
    }

    .header_main .con1200 .header_nav .main_ul>li {
        width: 100%;
        height: auto;
        line-height: 45px;
        border-top: 1px solid #eee
    }

    .header_main .con1200 .header_nav.active {
        display: block
    }

    .ap_process ul li {
        -webkit-box-flex: 0;
        flex: 0 0 33.33%
    }
}

@media (max-width:768px) {
    .news_content .news_uls li {
        padding: 3vw 0;
        border-bottom: 1px solid #e4e4e4
    }

    .news_content .news_uls .news_pic {
        display: none
    }

    .news_content .news_body {
        width: 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        padding: 0 !important;
        border: none
    }

    .news_content .news_b_l {
        margin-left: 0;
        width: 80%
    }

    .news_content .news_b_l p {
        margin: 15px 0
    }

    .join_us_con .join_us_left .join_three p {
        width: 100%;
        margin-top: 2vw
    }

    .join_us_con {
        padding: 8vw 0
    }

    .join_us_con .join_us_left {
        width: 100%
    }

    .join_us_con .join_us_right {
        display: none
    }

    .header_top,
    .language {
        display: none
    }

    .xslanguage {
        position: absolute;
        right: 65px;
        font-size: 14px;
        font-family: SourceHanSansCN-Normal;
        color: #333333;
        position: absolute;
        height: 55px;
        line-height: 55px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    #caidan {
        display: block;
        height: 30px;
        width: 30px;
        background: url(../images/caidan.png) no-repeat center/100% 100%
    }

    .header_main {
        position: relative
    }

    .header_main .con1200 {
        height: 55px
    }

    .header_main .con1200 .logo {
        height: 45px
    }

    .header_main .con1200 .logo img {
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

    .header_main .con1200 .header_nav {
        background-color: #fff;
        display: none;
        position: absolute;
        top: 55px;
        left: 0;
        width: 100%;
        height: calc(100vh - 55px);
        z-index: 99999
    }

    .header_main .con1200 .header_nav .main_ul {
        display: block;
        height: auto
    }

    .header_main .con1200 .header_nav .main_ul>li {
        width: 100%;
        height: auto;
        line-height: 45px;
        border-top: 1px solid #eee
    }

    .header_main .con1200 .header_nav.active {
        display: block
    }

    .footer .footer_top {
        padding: 5vw 0
    }

    .footer .footer_top .wechat {
        margin: 4vw auto 0
    }

    .footer .footer_top .con1200 {
        display: block
    }

    .footer .footer_top .con1200 .footer_nav {
        width: 100%;
        display: block
    }

    .footer .footer_top .con1200 .footer_nav dl {
        padding: 0;
        border: none !important;
        margin-top: -1px
    }

    .footer .footer_top .con1200 .footer_nav dl.active dt::after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .footer .footer_top .con1200 .footer_nav dl dt {
        position: relative;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        border-top: 1px solid #eee;
        margin-bottom: 0
    }

    .footer .footer_top .con1200 .footer_nav dl dt.border {
        border-bottom: 1px solid #eee
    }

    .footer .footer_top .con1200 .footer_nav dl dt::after {
        -webkit-transition: .3s;
        transition: .3s;
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -5px;
        width: 7px;
        height: 11px;
        background: url(../images/nenu_arr.png) no-repeat center/100% 100%
    }

    .footer .footer_top .con1200 .footer_nav dl>div {
        padding: 10px 0;
        display: none
    }

    .app_content .label3 .princ {
        width: 100%;
        display: -webkit-box !important;
        display: flex !important;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .app_content .label3 .princ span {
        width: 48%;
        margin: 0 0 3vw 0 !important;
        padding: 0 10px
    }

    .app_content .label2 .phase span {
        font-size: 14px
    }

    .header_main .con1200 .sec_nav {
        position: static;
        box-shadow: none
    }
}

@media (max-width:767px) {
    .con1200 {
        width: 94%
    }

    .footer_bot {
        display: none
    }

    .public_title h2 {
        font-size: 20px;
        line-height: 20px
    }

    .public_title p {
        font-size: 14px;
        line-height: 14px;
        margin-top: 10px
    }

    .contact_detals {
        margin-top: 6vw
    }

    .map_left {
        width: 390px
    }

    .section_contact,
    .leave_message {
        padding: 8vw 0
    }

    .leave_message .form_label input {
        width: 100%;
        margin-bottom: 2vw
    }

    .leave_message .form_label {
        margin-bottom: 2vw;
        margin-top: 6vw
    }

    .leave_message .leave_btn {
        margin-top: 6vw
    }

    .leave_message .leave_btn input {
        font-size: 14px
    }

    .breadcrumbs .con1200 {
        flex-wrap: wrap;
        height: 70px;
        padding: 5px 0
    }

    .breadcrumbs .con1200 .breadcrumbs_left {
        height: 30px;
        line-height: 30px
    }

    .breadcrumbs .con1200 .crumbs_nav {
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-size: 12px
    }

    .breadcrumbs .con1200 .crumbs_nav a {
        line-height: 30px
    }

    .breadcrumbs .con1200 .crumbs_nav a:not(:last-child) {
        margin-right: 0;
        margin-right: 5vw
    }

    .talent_concept {
        padding: 8vw 0
    }

    .talent_concept .concept_list .conpept_item {
        height: auto;
        margin-bottom: 3vw
    }

    .talent_concept .concept_list .conpept_item .conpept_desc {
        padding: 5vw 2vw
    }

    .talent_concept .concept_list .conpept_item .conpept_desc h3 {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 2vw
    }

    .talent_concept .concept_list .conpept_item .conpept_desc p {
        font-size: 14px;
        line-height: 1.6
    }

    .salary_benefits {
        padding: 8vw 0
    }

    .job_information {
        padding: 8vw 0
    }

    .job_information ul {
        margin-top: 6vw
    }

    .job_information ul li {
        box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.11)
    }

    .job_join {
        padding-bottom: 8vw
    }

    .job_join .con1200 h2 {
        font-size: 25px;
        line-height: 25px
    }

    .job_join .con1200 p {
        font-size: 18px;
        line-height: 18px;
        margin: 20px 0 15px
    }

    .job_join .con1200 div {
        font-size: 16px;
        line-height: 1.6
    }

    .job_join .con1200 img {
        height: 300px
    }

    .job_join .con1200 .job_join_info {
        padding: 8vw 5vw
    }

    .existing_concept {
        padding: 8vw 0
    }

    .existing_concept .existing_con {
        margin-top: 6vw
    }

    .existing_concept .existing_con .existing_left {
        width: 100%;
        height: auto
    }

    .existing_concept .existing_con .existing_right .exi_top {
        font-size: 14px;
        line-height: 2;
        margin-top: 3vw;
        text-align: justify;
    }

    .existing_concept .existing_con .existing_right .exi_bot {
        margin-top: 6vw
    }

    .base_content {
        padding: 8vw 0
    }

    .base_content .base_body {
        margin-top: 6vw
    }

    .base_content .base_left {
        width: 100%;
        font-size: 14px;
        line-height: 2;
        padding-top: 0
    }

    .base_content .base_right {
        width: 100%;
        margin-top: 3vw;
        height: auto
    }

    .staff_ul {
        margin-top: 6vw
    }

    .staff_ul li {
        margin-bottom: 4vw;
        width: 100%
    }

    .staff_ul li.staff_last {
        width: 100%
    }

    .staff_detail {
        padding: 8vw 0
    }

    .staff_detail .staff_h2 {
        font-size: 16px;
        line-height: 2
    }

    .news_content .news_body {
        flex-wrap: wrap
    }

    .news_content .news_b_l {
        width: 100%
    }

    .news_content .news_b_l p {
        margin-bottom: 5px
    }

    .news_content .news_b_r {
        display: none
    }

    .news_content {
        padding: 8vw 0
    }

    .message_leave .form_leave form {
        display: block
    }

    .message_leave .leaves_btns {
        width: 100%;
        margin-top: 30px
    }

    .message_leave .leaves_btns .leave_btn {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center
    }

    .message_leave .form_label {
        width: 100%
    }

    .server_contents .server_left {
        width: 100%;
        height: auto
    }

    .server_contents .server_right {
        -webkit-box-flex: unset;
        flex: unset;
        width: 100%;
        margin-left: 10px;
        margin-top: 25px
    }

    .server_contents .server_right ul .server_item {
        width: 100%
    }

    .equipment_ul ul {
        margin-top: 0
    }

    .equipment_ul li {
        width: 100%;
        margin-top: 30px
    }

    .equipment_ul li .equi_list span {
        width: 160px
    }

    .equipment_ul li .equi_img {
        height: 300px
    }

    .equipment_ul li .equi_img img {
        max-height: 250px
    }

    .app_content {
        padding: 8vw 0
    }

    .app_content .apptable {
        margin: 5vw 0
    }

    .app_content .label3 {
        clear: both
    }

    .app_content .label3 .princ {
        display: block
    }

    .app_content .label3 .princ span {
        float: left;
        margin-bottom: 8px
    }

    .app_content .label1,
    .app_content .label6,
    .app_content .label7,
    .app_content .label8 {
        margin-bottom: 6vw
    }

    .app_content .label4,
    .app_content .label5 {
        margin-top: 5vw;
        margin-bottom: 6vw
    }

    .app_content .label9 button {
        width: 100%
    }

    .salary_benefits .salary_ul {
        margin-top: 6vw
    }

    .salary_benefits .salary_ul li {
        width: 25%;
        margin-top: 4vw
    }

    .salary_benefits .salary_ul li p {
        text-align: center;
        font-size: 14px
    }

    .test_platform .test_platform_desc {
        margin-top: 6vw
    }

    .test_platform .test_platform_img {
        position: static;
        width: 100%;
        height: auto
    }

    .test_platform .test_platform_item {
        display: block !important;
        margin-top: 6vw
    }

    .test_platform .test_platform_body {
        width: 100%
    }

    .test_platform .platform_head {
        padding: 0;
        margin-top: 4vw
    }

    .test_platform .platform_head h2 {
        font-size: 22px;
        line-height: 22px
    }

    .test_platform .platform_cons {
        padding: 30px 15px !important
    }

    .test_platform .platform_cons h3 {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 3vw
    }

    .test_platform .platform_cons p {
        line-height: 2
    }

    .honor_ul ul li {
        width: 100%;
        padding: 25px;
        height: auto
    }

    .honor_ul ul li.honor_last {
        width: 100%
    }

    .honor_ul ul li img {
        max-width: 100%;
        width: auto;
        -o-object-fit: contain;
        object-fit: contain
    }

    .honor_ul ul li .honor_title {
        font-size: 14px
    }

    .honor_ul ul li .honor_mask {
        font-size: 20px
    }

    .honor_ul ul {
        margin-top: 6vw;
        margin-bottom: 6vw
    }

    .phi_ul ul {
        margin-top: 0
    }

    .phi_ul ul li {
        width: 100%;
        margin-top: 6vw
    }

    .phi_ul ul li h2 {
        font-size: 14px
    }

    .phi_ul ul li .phi_img {
        height: 220px
    }

    .phi_ul ul li p {
        font-size: 12px;
        padding: 0 10px
    }

    .exh_ul ul {
        margin-top: 6vw
    }

    .exh_ul ul li {
        width: 100%;
        box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.11);
        margin-bottom: 0;
        margin-top: 3vw
    }

    .exh_ul ul li:first-child {
        margin-bottom: 0
    }

    .exh_ul ul li.exh_last {
        width: 100%
    }

    .exh_ul ul li h2::after {
        background-image: -webkit-gradient(linear, right top, left top, from(#4979de), to(#78a3ff)), -webkit-gradient(linear, left top, left bottom, from(#446ec7), to(#446ec7));
        background-image: linear-gradient(-90deg, #4979de 0%, #78a3ff 100%), linear-gradient(#446ec7, #446ec7);
        background-blend-mode: normal, normal
    }

    .ap_process ul li {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        margin-bottom: 3vw;
        box-shadow: 0px 0px 14px 0px rgba(5, 5, 5, 0.06);
        border: solid 1px #446ec7
    }

    .ap_process ul .process_num {
        opacity: 1;
        left: 0;
        bottom: 0;
        font-size: 160px;
        line-height: 160px
    }

    .ap_process ul p {
        opacity: 1;
        text-align: center
    }
}